home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0079 / 742.txt < prev    next >
Text File  |  1997-04-16  |  16KB  |  396 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Sun,  3 Dec 89       Volume 89 : Issue 742
  4.  
  5. Today's Topics:
  6.                      INFO-ATARI16 Digest V89 #727
  7.                        Is Spectre going MIDI>?
  8.                                 Line F
  9.                          Placement of TOS 1.4
  10.                          question SPECTRE GCR
  11.                    Spectre and other Mac emulators
  12.                      Trash, Disks, etc. (2 msgs)
  13.                        TT and MAC-,PC-emulators
  14.                      Uniterm Fonts/Help Please!!!
  15.             Want a fast Atari ST...how about a '030 chip?
  16.                                 Zmodem
  17. ----------------------------------------------------------------------
  18.  
  19. Date: 3 Dec 89 10:22:26 GMT
  20. From: well!dsmall@apple.com  (David Small)
  21. Subject: INFO-ATARI16 Digest V89 #727
  22. Message-ID: <14806@well.UUCP>
  23.  
  24. The referenced note asks why it's so difficult to make the Atari ST talk
  25. Appletalk (now called Localtalk).
  26.  
  27.         Basically, the Atari doesn't have the needed chips built in. Apple
  28. uses the SCC high-speed serial communications chip to drive Appletalk;
  29. it's interrupt driven also. Atari's MFP tops out at 19,200 baud, if I
  30. recall correctly. Also, the VIA timer chip in the Mac appears to be in the
  31. mix somewhere.
  32.  
  33.         So, it's a matter of adding several chips to the ST, a machine that
  34. was not designed to have chips added to it (to be charitable). Then, it's
  35. a matter of hooking up software wiring to th pseudo SCC, interrupts,
  36. and so forth.
  37.  
  38.         That's the basic problem. Let me know if I need to explain further.
  39.  
  40.         - thanks, Dave / Gadgets
  41.  
  42. ------------------------------
  43.  
  44. Date: 3 Dec 89 09:59:22 GMT
  45. From: well!dsmall@apple.com  (David Small)
  46. Subject: Is Spectre going MIDI>?
  47. Message-ID: <14805@well.UUCP>
  48.  
  49. The referenced post asks if sources close to Dave Small can confirm whether
  50. or not he's working to bring up Mac MIDI.
  51.  
  52.         Sources close to Dave Small report that he dosn't have many good ideas
  53. on how to do this, short of rewriting some low-level I/O routines in some
  54. Mac programs.
  55.  
  56.         The basic I/O isn't the problem; I can do that. The *timing* is the
  57. problem. The typical MIDI output needs to be interrupt driven, and uses the
  58. VIA timer chip for the interrupts. There's no such chip on the ST. It also
  59. uses
  60. the SCC chip for serial communications at MIDI speed.
  61.  
  62.         Now, of course, if someone mounted a VIA and SCC chip on the Atari
  63. bus ... (no comment).
  64.  
  65.         -- thanks, Dave Small / Gadgets by Small
  66.  
  67.         !hplabs!well!dsmall
  68.  
  69. ------------------------------
  70.  
  71. Date: 3 Dec 89 04:25:22 GMT
  72. From: att!chinet!saj@ucbvax.Berkeley.EDU  (Stephen Jacobs)
  73. Subject: Line F
  74. Message-ID: <1989Dec3.042522.21365@chinet.chi.il.us>
  75.  
  76. In article <1841@atari.UUCP> kbad@atari.UUCP (Ken Badertscher) writes:
  77. >rehrauer@apollo.HP.COM (Steve Rehrauer) writes:
  78. >| I know what you mean by "Line F", but what's the "compression" refer to re:
  79. >| ST ROMs?  (Usually I'm only this dense on Mondays & national holidays...)
  80. >
  81. >The line F compression I refer to is a method we used in ST ROM which
  82. >basically replaces common operations with line F instructions.  The
  83. >line F handler is able, by decoding the $Fxxx instruction, to determine
  84. >what operation to perform.  The handler then dispatches the exception
  85. >to the appropriate OS routine.
  86.  
  87. This brings up the question of what the ROM code does instead.  Have all the
  88. little line F routines been made into subroutines, with more-or-less ordinary
  89. subroutine linkages (I don't know the exact count, but there are A LOT of
  90. line F routines)?  Are the routines invoked by subroutine calls to a
  91. dispatcher (a la GEMDOS)?  Has the code been brought inline?
  92.  
  93. Of COURSE this is just idle curiosity, but if the answer is 'brought inline',
  94. I'll expect a noticeable speedup in STE performance.
  95.                                         Steve J.
  96.  
  97. ------------------------------
  98.  
  99. Date: Sat, 2 Dec 89 20:53:07 MST
  100. From: ASQB-SEP-A HQ USAISEC <asqb-sep-a@huachuca-emh2.army.mil>
  101. Subject: Placement of TOS 1.4
  102.  
  103. I picked up TOS 4.1 today -- had to drive to Phoenix (I live in Tucson
  104. and we have no ATARI dealer) to get it.
  105.  
  106. I was wondering if anyone can help me with the correct placement of
  107. the TOS 1.4 chips?
  108.  
  109. I tried two different iterations:
  110.  
  111.       A.    L0
  112.             L1
  113.             L2
  114.             H0
  115.             H1
  116.             H2
  117.  
  118.       B.    L0
  119.             H0
  120.             L1
  121.             H1
  122.             L2
  123.             H2
  124.  
  125. These configurations are in a 520 ST that's been upgraded to 1M via
  126. piggyback.
  127.  
  128. My TOS 1.0 was in the following configuration:
  129.  
  130.             --------0
  131.             --------1
  132.             --------2
  133.             --------3
  134.             --------4
  135.             --------5
  136.  
  137.  
  138. Can't remember the numbers in front, but you get the idea.
  139.  
  140. In either configuration the screen (mono) stays dark and nothing
  141. happens.  Was just going to try a few more configs but thought I
  142. would ask first and save the wear and tear on the pins ;-).
  143.  
  144. Thanks for the help.
  145.  
  146. Mark R
  147.  
  148. USAISEC -- the guys who have to move to the People's Republic of
  149.             Massachusetts
  150.  
  151. Computer Systems Engineering
  152.  
  153. # All opinions are strictly mine and in no way reflect the opinions or
  154. # policies of the US Army.
  155.  
  156. ------------------------------
  157.  
  158. Date: 3 Dec 89 09:18:13 GMT
  159. From: well!dsmall@apple.com  (David Small)
  160. Subject: question SPECTRE GCR
  161. Message-ID: <14801@well.UUCP>
  162.  
  163. The referenced question asks compatibility between Spectre GCR/1040 ST and
  164. a Mac II.
  165.  
  166.         We have had no problems in our lab moving a considerable number of
  167. disks back and forth between them. My only suggestion, on the 2.0/2.3 release
  168. (they are the same, BTW) is to format on the Spectre. Spectre formats to 1:2
  169. interleave, which makes for fast Spectre GCR writes, and Mac II formats to
  170. 1:1 interleave, which makes for slow Spectre GCR writes. (We expect to fix
  171. this in the 2.5 release).
  172.  
  173.         Try replying to "hplabs!boulder!tcr!gadgets!dsmall" and see what
  174. happens.
  175.  
  176.         -- thanks, Dave Small / Gadgets
  177.  
  178. ------------------------------
  179.  
  180. Date: 3 Dec 89 09:39:42 GMT
  181. From: well!dsmall@apple.com  (David Small)
  182. Subject: Spectre and other Mac emulators
  183. Message-ID: <14802@well.UUCP>
  184.  
  185. The referenced note contains several suggestions to Spectre GCR.
  186.  
  187.  
  188. 1. On Multifinder reliability, we have just recently (since releasing 2.0/)
  189. discovered that Multifinder is reading from location 0. This causes havoc with
  190. its memory mangler; it means a dangling pointer (address = 0 ). Once we
  191. fixed that, Multifinder grew rock-solid; we ran it at Comdex for five days
  192. straight, and could only crash it with a specifically non-MF friendly DA.
  193.  
  194.         This is the same bug that crashed Microsoft Word 3.02, which now
  195. does "Page Preview" properly and doesn't run out of memory. I've chased it
  196. for a year and half now; it's good to win at last.
  197.  
  198. 2. Shutdown should work; if not, we broke it between beta and release.
  199. Restart can't work, as it executes a RESET instruction which clobbers the ST
  200. hardware. However, a fix for that is in the works for the 2.5 release (along
  201. with the multifinder/word 3.02 fix).
  202.  
  203. 3. I agree, we should let you format Spectre disks from inside Spectre. We
  204. didn't only because of space reasons; getting 832K mode up, which is the
  205. tightest memory squeeze, with GCR inside was very very hard. For instance, we
  206. had to delete all Translator One support code, and that didn't help enough.
  207. We hope to do this, however.
  208.  
  209. 4. Macintosh true SCSI support is very tricky. While we're researching it,
  210. no promises there. There are timing and emulation issues that resemble
  211. Vietnam.
  212.  
  213. 5. Sound improvements. We're already working on true 60 hz sound, so the pitch
  214. is correct. We're also working on ST-E DMA sound, which will give sound with
  215. little to no slowdown (!). System 6.02 and above changed the ground rules for
  216. sound, but we hope to have that working soon; it's a matter of figuring out
  217. why sound works on a real Plus, and not on a Spectre -- a comparison of
  218. traces, really.
  219.  
  220. 6. The GTS-100 drive we bought just for this is currently in with a major
  221. drive guru being prodded; we hope he can come up with a fix. We'll let you
  222. know
  223. wehwhen we know something.
  224.  
  225. The current 2.5 version, unreleased, also has an online configuration page
  226. (press HELP and it pops up; press function keys, and various options toggle),
  227. and many other goodiesgoing into it. Doug Wheeler is doing an outstanding
  228. job hacking on it, and is even (*shudder*) cleaning up my code.
  229.  
  230.         Basically, it sounds like we're in agreement about where Spectre
  231. should go in the next few months. Hope you like 2.5, when we release it.
  232.  
  233.         -- thanks, Dave Small / Gadgets
  234.  
  235. ------------------------------
  236.  
  237. Date: Fri, 01 Dec 89 17:02:47 PST
  238. From: EESD11O%CALSTATE.BITNET@Forsythe.Stanford.EDU  (Ed Krimen)
  239. Subject: Trash, Disks, etc.
  240.  
  241. Roman Baker writes:
  242.  
  243. > Does anyone out there have or know where I can get a program to change
  244. > the Trash and file cabinet icons on the desktop?  The old desktop is getting
  245. > pretty boring and I am due for a change.  Thanks.
  246.  
  247. I recommend NeoDesk.  You can draw your own desktop and program icons.
  248. But those are minor enhancements.  It's other features for file
  249. manipulation are simply superior to the normal desktop.  I don't use the
  250. normal desktop anymore.  NeoDesk is much more fun.  It's one of my most
  251. used and favorite programs for the ST (competing with UIS II).
  252.  
  253. If you have a hard drive or more than one meg in your machine, you should
  254. consider getting NeoDesk very much.  If you have one meg and no
  255. hard drive, then you should take a look at NeoDesk and see whether its
  256. features outweigh its disadvantages.  It takes up 150K when it's installed
  257. and running.  You can either keep it in memory when you load a program from
  258. it (it's a shell), or have it erase itself from memory, in which it only
  259. keeps 20K of itself in memory.  When you exit the program you loaded, it
  260. loads itself back into memory.
  261.  
  262. BTW, does TOS 1.4 copy the same way that NeoDesk does, loading all the
  263. files to be copied into memory and then dumping them to the destination?
  264. Or does it copy them one by one?
  265.  
  266.  
  267. ------------------------------
  268.  
  269. Date: 3 Dec 89 09:04:27 GMT
  270. From: unmvax!ariel!hydra.unm.edu!seattle@ucbvax.Berkeley.EDU  (David G. Adams)
  271. Subject: Trash, Disks, etc.
  272. Message-ID: <1044@ariel.unm.edu>
  273.  
  274. In article <9911@saturn.ucsc.edu> dstr012@ucscg.UCSC.EDU () writes:
  275. >Does anyone out there have or know where I can get a program to change
  276. >the Trash and file cabinet icons on the desktop?  The old desktop is getting
  277. >pretty boring and I am due for a change.  Thanks.
  278. >
  279. >         Roman Baker
  280.  
  281. Roman,
  282.  
  283. Besides NEOdesk (which i don't have, nor have need for), there's Mark
  284. Williams Resource Editor, which cost me about $30.00 when I bought
  285. my upgrade to version 3.0.  I haven't had too much time to use it, but
  286. one of the major things it helps with, is changing Icons.
  287.  
  288. Dave
  289.  
  290.  
  291. |  seattle@hydra.unm.edu  /----------------------------------------------------\
  292. | Dadams10@GEnie /--------|     Kirk - Mr. Spock, Eliminate his heartbeat.     |
  293. | David G. Adams |  LotE  | "Modern love is automatic"  - A Flock of Seagulls  |
  294. \----------------/Live it!\ Don't bug the University  'bout nuthin' I've said. /
  295.  
  296. ------------------------------
  297.  
  298. Date: 3 Dec 89 09:52:28 GMT
  299. From: well!dsmall@apple.com  (David Small)
  300. Subject: TT and MAC-,PC-emulators
  301. Message-ID: <14804@well.UUCP>
  302.  
  303. The referenced question asks if the Spectre 128/GCR works with the STE or TT.
  304.  
  305. It does work with the STE, with no apparent problems.
  306.  
  307.         (It also works with Stacy, with one minor configuration/setup
  308. hack; just disable logical device "1" on SCSI drive 0, then SAVE SETTINGs.)
  309.  
  310. It does not presently work on TT. While the cartridge physically fits,
  311. and the basic Spectre menus work okay, we've been unable to get a TT nor
  312. specifications, and thus can't guarentee it will work. In addition,
  313. GCR support, Hyperweb (tm) and writing make it difficult for me to find time
  314. to work on a TT version; fortunately, we have Doug here to help out; maybe
  315. he'll have time.
  316.  
  317.         Note that some advertising currently says Spectre 128/GCR works with
  318. TT, including some Atari ads. Whups.
  319.  
  320.         -- thanks, Dave Small / Gadgets by Small, Inc.
  321.  
  322.         !hplabs!well!dsmall
  323.  
  324. ------------------------------
  325.  
  326. Date: 3 Dec 89 04:22:39 GMT
  327. From: agate!saturn!ucscg.UCSC.EDU!dstr012@ucbvax.Berkeley.EDU  (10003012)
  328. Subject: Uniterm Fonts/Help Please!!!
  329. Message-ID: <9932@saturn.ucsc.edu>
  330.  
  331. Does ANYONE out there know how to change the 80-column display font
  332. in Uniterm 2.0e?  I've posted messages before but nobody seems to know!
  333. Thank you in advance for your help.
  334.  
  335.                         - Kevin Kahl
  336.                           dstr012@UCSCG.UCSC.EDU
  337.  
  338. ------------------------------
  339.  
  340. Date: 3 Dec 89 09:43:44 GMT
  341. From: well!dsmall@apple.com  (David Small)
  342. Subject: Want a fast Atari ST...how about a '030 chip?
  343. Message-ID: <14803@well.UUCP>
  344.  
  345. The referecned article states that since the proposed Gadgets 68030 board
  346. runs at 16 mhz, and the Mac IIci runs at 25 mhz, the Mac will be faster.
  347.  
  348.         One option I am very much pulling for is a 32 Mhz clockrate on the
  349. 68030 board. It's available and it keeps the bus synchronous.
  350.  
  351.         We hope to see first prototype boards around Christmas. Remember,
  352. this project is primarily for us, for inhouse development; the decision to
  353. market it to the general public has not been made. I'd like to turn loose
  354. a 32 Mhz 68030 on some of my assembly projects -- and none of this waiting
  355. for 8 mhz ST hardware, either.
  356.  
  357.         -- thanks, Dave / Gadgets by Small
  358.  
  359.         hplabs!wel dsmall
  360.  
  361. ------------------------------
  362.  
  363. Date: Sun, 3 Dec 89 01:22:50 MST
  364. From: ehsnsr@jupiter.nmt.edu (Eric Hobbs)
  365. Subject: Zmodem
  366. Message-ID: <8912030822.AA01374@jupiter.nmt.edu>
  367.  
  368. Hi Folks!
  369.  
  370.      I have the panarthea ZMDM.PRG. I also have the UNIX end of zmodem
  371. that is posted in the panarthea/sources listing. I believe I have compiled
  372. all the UNIX C programs right, but I still can't get it to transfer binary
  373. files. I and my friends, some of whom have a good amount of experience with
  374. zmodem, could get text files to transfer, but we had no luck with binaries.
  375. I also tried transferring binaries using the included UNIX Xmodem and Ymodem
  376. programs, but they didn't work either. I used Uniterm 2.0e with the X and Y
  377. transfers, and I used ZMDM with the Zmodem transfers. I was wondering if
  378. anyone had the same problem. If so, I need some help. Until then, I guess I
  379. will just have to settle for Kermit (too slow) or by doing a file capture
  380. as a file is being uuencoded on the SUN (Not elegant :-)).
  381.  
  382. Thanxs.
  383.  
  384. ------------------------------------------------------------------------------
  385. Eric Hobbs
  386. ehsnsr@jupiter.nmt.edu
  387.  
  388. "Lad. Put away thy gum. Thou knowest not that I come in the service of yams."
  389.                                              -Clay C. Smith
  390. ------------------------------------------------------------------------------
  391.  
  392. ------------------------------
  393.  
  394. End of INFO-ATARI16 Digest V89 Issue #742
  395. *****************************************
  396.